Get Authorization By Id
Fetch all scheduled Automatic Pix
Request
GET 'https://apisandbox.delbank.com.br/baas/api/v1/pix/automatic/authorizations/:id'
Headers
| Name | Description |
|---|---|
| Authorization | Required. API key |
Path Parameters:
| Name | Type | Description |
|---|---|---|
| id | guid | Entity Id |
Response
The status code 200 indicates success in the query.
Being succeeded, the return will have the following fields in Json format:
{
"id": "e45a2b8c-9c3f-412d-a78b-3e5f1d9a0c2b",
"flow": "RECEIVER",
"recurrenceId": "RR3822485720251125xYz8bQw1H2k",
"journey": 2,
"frequencyType": "WEEKLY",
"authorizationResult": "AUTHORIZED",
"beneficiary": {
"ispb": "12345678",
"document": "12345678000199",
"name": "Tech Solutions LTDA",
"agencyNumber": "0001",
"accountType": "CURRENT",
"accountNumber": "98765"
},
"payer": {
"ispb": "38224857",
"type": "NATURAL",
"document": "12345678901",
"name": "João da Silva",
"agencyNumber": "0001",
"accountType": "SAVINGS",
"accountNumber": "54321",
"municipalityIbgeCode": 3550308
},
"debtor": {
"type": "NATURAL",
"document": "12345678901",
"name": "João da Silva"
},
"contractNumber": "CTX-987654321",
"contractDescription": "Serviço de streaming premium mensal",
"recurrenceStartDate": "2025-12-01",
"recurrenceEndDate": "2026-12-01",
"recurrenceCreatedAt": "2025-11-25T10:00:00Z",
"requestCreatedAt": "2025-11-25T10:05:00Z",
"requestExpirationAt": "2025-11-25T10:35:00Z",
"recurrenceAuthorizedAt": "2025-11-25T10:12:45Z",
"lastInstructionAt": "2025-11-25T10:12:45Z",
"amount": 199.90,
"payerMaxAmount": 250.00,
"minPayerMaxAmount": 199.90,
"status": "ACTIVE",
"reasonRejection": null,
"beneficiaryReconciliationId": "REC-998877",
"cityIbgeCode": "3550308"
}